modifySongStations

Modifies the station assignments for the target element without changing any current station assignments.

Sample Request

<mmRequest command="modifySongStations" station="Enterprise" client="NexusTest 1.1" userData="hello">
  <contents>
    <changes>
      <change>
        <target songId="21085"/>
        <action mode="add" station="Station A"/ />
        <action mode="add" station="Station B"/>
      </change>
    </changes>
  </contents>
</mmRequest>

action mode - This can be set to "add" or "drop".

Request Notes

In this example, the song will be added to both Station A and Station B, regardless of what stations it was previously on. This will not remove the song from any stations.

Sample Reply

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<mmReply command="modifySongStations" version="1" station="Enterprise" messageId="2e18e93b-4a7f-4278-b416-9d6aa4e9d7b8" userData="hello" status="ok" />

Compatibility and Version Info

Available in MusicMaster CS 2.4